Vcenter VmTemplate LibraryItems DeploySpecDiskStoragePolicy

Vcenter VmTemplate LibraryItems DeploySpecDiskStoragePolicy
Vcenter VmTemplate LibraryItems DeploySpecDiskStoragePolicy

The Vcenter VmTemplate LibraryItems DeploySpecDiskStoragePolicy schema describes the storage policy specification for the deployed virtual machine's disks.

This schema was added in vSphere API 6.8.

JSON Example
{
    "type": "string",
    "policy": "string"
}
string
type
Required

Policy type to be used when creating the deployed virtual machine's disk.

For more information see: Vcenter VmTemplate LibraryItems DeploySpecDiskStoragePolicy Type.

This property was added in vSphere API 6.8.

string
policy
Optional

Identifier of the storage policy to use.

This property was added in vSphere API 6.8.

This property is optional and it is only relevant when the value of type is Vcenter VmTemplate LibraryItems DeploySpecDiskStoragePolicy Type.USE_SPECIFIED_POLICY.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.spbm.StorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.spbm.StorageProfile.